home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Quaternary Source / InitToolbox.c < prev    next >
C/C++ Source or Header  |  1995-10-22  |  182b  |  12 lines

  1. #include "InitToolbox.h"
  2.  
  3.  
  4. void InitToolbox() {
  5.     InitGraf(&qd.thePort);
  6.     InitFonts();
  7.     InitWindows();
  8.     InitMenus();
  9.     TEInit();
  10.     InitDialogs(NULL);
  11.     InitCursor();
  12. } // END InitToolbox